home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_1881 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  360 b   |  20 lines

  1. _X = _root.cam._x;
  2. _Y = _root.cam._y;
  3. stop();
  4. var onEnterFrame = function()
  5. {
  6.    if(_root.lives <= 0)
  7.    {
  8.       _root.cm._visible = false;
  9.       if(_currentframe == 1)
  10.       {
  11.          _root.stopAllSounds();
  12.          stopAllSounds();
  13.          _root.music.stop();
  14.          play();
  15.       }
  16.    }
  17.    _X = _root.cam._x;
  18.    _Y = _root.cam._y;
  19. };
  20.